home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Dev_Tools / CB / Test.m < prev    next >
Encoding:
Text File  |  1992-12-26  |  201 b   |  14 lines

  1. #pragma .h #import  <objc/Object.h> 
  2. #import "Test.h"
  3. #import <appkit/Application.h>
  4.  
  5. @implementation Test:Object
  6. {
  7. }
  8.  
  9. - howAreYou ;
  10. { [NXApp printf: "I am fine, thankyou.\n"] ;
  11.   return self ;
  12. }
  13.  
  14. @end